home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / cosmicfozmik.swf / scripts / frame_7 / PlaceObject2_104_9 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-09-27  |  135 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    _X = _X - _root.groundSpeed * 2;
  3.    if(_X < - _width + 10)
  4.    {
  5.       removeMovieClip(this);
  6.    }
  7. }
  8.